home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 2.5 KB | 101 lines | [TEXT/MPS ] |
- # {BedASLMDir} - The path to the copy build ASLM libraries to.
- if ¬ "{BedASLMDir}"
- Set BedASLMDir "{OPF}"SharedLib:
- Export BedASLMDir
- end
-
- ################################################################################
- # Stuff you probably don't want to mess with
- ################################################################################
-
- if "`Exists "{MPW}UserStartup•OpenDoc"`"
- Execute "{MPW}UserStartup•OpenDoc"
- else
- echo "Error: Please copy UserStartup•OpenDoc to your MPW folder"
- end
-
- # {BedODCPlusIncludes} - The path to the OpenDoc Includes Folder.
- if ¬ "{BedODCPlusIncludes}"
- Set BedODCPlusIncludes "{ODCPlusIncludes}"
- Export BedODCPlusIncludes
- end
-
- # {BedODRIncludes} - The path to the OpenDoc RIncludes Folder.
- if ¬ "{BedODRIncludes}"
- Set BedODRIncludes "{ODRIncludes}"
- Export BedODRIncludes
- end
-
- # {BedODLibraries} - The path to the OpenDoc Libraries Folder.
- if ¬ "{BedODLibraries}"
- Set BedODLibraries "{ODLibraries}:SCppLibraries:"
- Export BedODLibraries
- end
-
- # {BedLibDir} - The path to the OPF Libraries Folder.
- if ¬ "{BedLibDir}"
- Set BedLibDir "{OPF}"Lib:
- Export BedLibDir
- end
-
- # {BedBinDir} - The path to the OPF Binaries Folder.
- if ¬ "{BedBinDir}"
- Set BedBinDir "{OPF}"SharedLib:
- Export BedBinDir
- end
-
- # {BedToolsDir} - The path to other OPF Tools Folder
- if ¬ "{BedToolsDir}"
- Set BedToolsDir "{OPF}"Tools:Mac:
- Export BedToolsDir
- end
-
- Set Commands "{BedToolsDir},{Commands}"
- Export Commands
-
- # {BedMakefileName} - The Name of FWBuild's MakeFiles
- if ¬ "{BedMakefileName}"
- Set BedMakefileName "MacMake"
- Export BedMakefileName
- end
-
- # {BedMakefileExt} - The extension of FWBuild's MakeFiles
- if ¬ "{BedMakefileExt}"
- Set BedMakefileExt ".bmk"
- Export BedMakefileExt
- end
-
- # {BedTempDir} - The Location for FWBuild's temporary files
- if ¬ "{BedTempDir}"
- Set BedTempDir "{MPW}"
- Export BedTempDir
- end
-
- # {BedTempExt} - The extension for FWBuild's temporary files
- if ¬ "{BedTempExt}"
- Set BedTempExt ".tmp"
- Export BedTempExt
- end
-
- # {BedAutoTargets} - The name of the auto-targets file
- if ¬ "{BedAutoTargets}"
- Set BedAutoTargets "{BedToolsDir}"autotarg.txt
- Export BedAutoTargets
- end
-
- # {BedPreMake} - The name of FWBuild's Premake file
- if ¬ "{BedPreMake}"
- Set BedPreMake "{BedToolsDir}"MacMake.dfn
- Export BedPreMake
- end
-
- # {BedPostMake} - The name of FWBuild's Premake file
- if ¬ "{BedPostMake}"
- Set BedPostMake "{BedToolsDir}"MacMake.rul
- Export BedPostMake
- end
-
- # {Commands} - Directories to search for commands.
- SET Commands "{OPF}Tools:Mac:,{Commands}"
- EXPORT Commands
-